home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / toc.dir / 00115.ls < prev    next >
Encoding:
Text File  |  1997-01-16  |  410 b   |  18 lines

  1. on mouseDown
  2.   puppetSprite(13, 1)
  3.   set the memberNum of sprite 13 to the number of member "BTTN_DOWN.PICT"
  4.   puppetSound("bongo11.aif")
  5.   updateStage()
  6. end
  7.  
  8. on mouseUp
  9.   set the memberNum of sprite 13 to the number of member "BTTN_UP.PICT"
  10.   updateStage()
  11.   puppetSprite(13, 0)
  12.   sound stop 1
  13.   sound stop 2
  14.   puppetSound(0)
  15.   unloadMember(member "BTTN_DOWN.PICT", "bongo11.aif")
  16.   GoCafe("REBECCA.dir")
  17. end
  18.